silence uselib_local warning produced by waf
authorMichael Tokarev <mjt@tls.msk.ru>
Sun, 3 Apr 2022 04:57:38 +0000 (07:57 +0300)
committerMichael Tokarev <mjt@tls.msk.ru>
Thu, 19 Feb 2026 12:17:34 +0000 (15:17 +0300)
commit22de4bd4c646dc4fe6819e5d0d4d006502ebbff7
tree0bc32eab51c81c179edf011b2d2c5845594e696f
parentb17a7cce38b37b174227983c46db61d4c56169a0
silence uselib_local warning produced by waf

During config/build process in verbose mode, waf produces
about 2k repetitions of this warning:

  compat: "uselib_local" is deprecated, replace by "use"

which clutters the build log.

Comment this warning out for now until it will be
fixed properly.

Gbp-Pq: Name silence-waf-uselib_local.diff
buildtools/wafsamba/samba_waf18.py